# Cybersecurity-Deploying-a-SIEM-in-Microsoft-Azure
We will employ a simple Security Information and Event Management (SIEM) system in Microsoft Azure using Microsoft Sentinel in a VM that accept pings from external networks. We will analyze security-related logs from these pings within a limited time period and plot them on an attack map to draw insights.

DIRECTORY STRUCTURE 

CY - Deploying a SIEM in Microsoft Azure.zip
├── Code Repository // Responsible for storing any code, scripts, installation guides, and demo/user manuals.
│     ├── Project // Stores project files such as scripts
│     │    ├── Attack-Map // Stores our json script responsible for creating the attack map
│     │    │    └── map.json
│     │    ├── GeoIP-Database // Stores our watchlist
│     │    │    └── geoip-summarized.csv
│     │    └── KQL-Queries
│     │         ├── Filter-Event-by-GeoIPDB.kql
│     │         └── Filter-Event-by-ID.kql
│     │
│     ├── Demo.pdf
│     ├── Installation.pdf
│     └── LICENSE
│
├── Poster // Folder to store the Poster
│    └── Cybersecurity - Deploying a SIEM in Microsoft Azure.pdf
│
├── Presentation Slides // Folder to store our Presentation
│    └── Cybersecurity - Deploying a SIEM in Microsoft Azure.pptx
│
├── Project Documentation // Responsible for storing Files such as the Sprints, project documentation. Also includes installation, demo, and wishlist pdfs.
│    ├── Sprint Documentation // Folder to store all daily standings, backlogs, reviews, and retrospectives from Sprints 1-7 in zip format.
│    │    ├── Sprint 1.zip
│    │    ├── Sprint 2.zip
│    │    ├── Sprint 3.zip 
│    │    ├── Sprint 4.zip
│    │    ├── Sprint 5.zip
│    │    ├── Sprint 6.zip
│    │    └── Sprint 7.zip
│    │
│    ├── Cybsecurity - Capstone Project Documentation doc // Stores all necessary documentation for the project.
│    ├── Demo.pdf
│    ├── Installation.pdf
│    └── Wishlist_Shortcomings.pdf
│
└── Videos // Stores one index.html file with the links to the videos in order within the YouTube playlist
     └── index.html
